home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / DEV / I-Z / RA.cpt / Window.ra < prev   
Text File  |  1986-10-17  |  656b  |  46 lines

  1. |
  2. |   RA™
  3. |
  4. |   Output window control
  5. |
  6. |   © 1986 COM~LINK & S.Koren
  7. |
  8. #M; 
  9. "RA™ allows you to programatically!"
  10. "control the output window.!!"
  11. "You can size, move, hide or !"
  12. "initialize the window.!!"
  13. #A;
  14. 30 30 ∫    | size output
  15. #A;
  16. 100 100 ¬  | move output
  17. 0 √        | hide window
  18. 0 1 - √       | show window
  19. ≈          | init window
  20. #A;
  21. "THE END."
  22. $
  23. &A
  24. "Hit any key: " ?§ µ @`
  25. |
  26. |  RA title routine
  27. |
  28. &M @ #L; 8 A: ( #N; A. 1 - A: A. 0 > ~ ) #L; #O; #P;`
  29.  
  30. &O
  31. 40 100 Ω
  32. "RA™"
  33. 60 45 Ω 
  34. "© 1986 COM~LINK & S.Koren" 
  35. 80 60 Ω
  36. "All rights reserved." `
  37.  
  38. &L
  39. 35 A: ("•" A. 1 - A: A. 0 > ~ ) "!"`
  40.  
  41. &N
  42. "•" 33 A: (" " A. 1 - A: A. 0 > ~ ) "•" "!"`
  43.  
  44. &P ?§ @ `
  45. $